home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #16 / 2001 CD 16 (Black).iso / 06 / CANDLESPUZZLE.EXE / 0 / RCDATA / TFORMMAIN / TFORMMAIN.txt < prev   
Encoding:
Text File  |  2001-10-09  |  2.8 KB  |  118 lines

  1. object FormMain: TFormMain
  2.   Left = 188
  3.   Top = 107
  4.   VertScrollBar.ButtonSize = 16
  5.   BorderStyle = bsSingle
  6.   Caption = 'B-Jigsaw Lite'
  7.   ClientHeight = 446
  8.   ClientWidth = 644
  9.   Color = 8421440
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Menu = MainMenu
  17.   OldCreateOrder = True
  18.   WindowState = wsMaximized
  19.   OnClose = FormClose
  20.   OnMouseDown = FormMouseDown
  21.   OnMouseMove = FormMouseMove
  22.   OnMouseUp = FormMouseUp
  23.   OnPaint = FormPaint
  24.   OnResize = FormResize
  25.   OnShow = FormShow
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object MediaPlayer: TMediaPlayer
  29.     Left = 208
  30.     Top = 8
  31.     Width = 253
  32.     Height = 30
  33.     EnabledButtons = []
  34.     DeviceType = dtSequencer
  35.     Visible = False
  36.     TabOrder = 0
  37.     OnNotify = MediaPlayerNotify
  38.   end
  39.   object MainMenu: TMainMenu
  40.     Left = 56
  41.     Top = 40
  42.     object Game1: TMenuItem
  43.       Caption = '&Game'
  44.       object NewGameMenu: TMenuItem
  45.         Caption = '&New game'
  46.         ImageIndex = 0
  47.         ShortCut = 113
  48.         OnClick = NewGameMenuClick
  49.       end
  50.       object N3: TMenuItem
  51.         Caption = '-'
  52.       end
  53.       object ExitMenu: TMenuItem
  54.         Caption = 'E&xit'
  55.         OnClick = ExitMenuClick
  56.       end
  57.     end
  58.     object Pieces1: TMenuItem
  59.       Caption = '&Pieces'
  60.       object RandomEdgeMenu: TMenuItem
  61.         Caption = 'Random at &edge'
  62.         OnClick = RandomEdgeMenuClick
  63.       end
  64.       object ArrangeGridMenu: TMenuItem
  65.         Caption = 'Arrange in &grid'
  66.         OnClick = ArrangeGridMenuClick
  67.       end
  68.       object RandomMenu: TMenuItem
  69.         Caption = '&Random'
  70.         OnClick = RandomMenuClick
  71.       end
  72.     end
  73.     object Options1: TMenuItem
  74.       Caption = '&Options'
  75.       object ShowThumbnailMenu: TMenuItem
  76.         Caption = 'Show &thumbnail'
  77.         ImageIndex = 7
  78.         OnClick = ShowThumbnailMenuClick
  79.       end
  80.       object ShoworiginalMenu: TMenuItem
  81.         Caption = 'Show &original image'
  82.         OnClick = ShoworiginalMenuClick
  83.       end
  84.       object FullScreenMenu: TMenuItem
  85.         Caption = '&Full screen'
  86.         ShortCut = 123
  87.         OnClick = FullScreenMenuClick
  88.       end
  89.       object N6: TMenuItem
  90.         Caption = '-'
  91.       end
  92.       object MusiconMenu: TMenuItem
  93.         Caption = 'Music &on'
  94.         OnClick = MusiconMenuClick
  95.       end
  96.     end
  97.     object Help1: TMenuItem
  98.       Caption = '&Help'
  99.       object BJigsawHomePageMenu: TMenuItem
  100.         Caption = '&B-Jigsaw home page'
  101.         OnClick = BJigsawHomePageMenuClick
  102.       end
  103.       object N9: TMenuItem
  104.         Caption = '-'
  105.       end
  106.       object AboutMenu: TMenuItem
  107.         Caption = '&About'
  108.         OnClick = AboutMenuClick
  109.       end
  110.     end
  111.   end
  112.   object Timer: TTimer
  113.     Interval = 250
  114.     Left = 88
  115.     Top = 40
  116.   end
  117. end
  118.